READ FILEMAP STRING

Returns a string from the filemap.

  Syntax
Return String=READ FILEMAP STRING(String Value)
  Parameters
String Value
String
The filemap name

  Returns

This value is a string value encased in speech marks.

  Example Code
write filemap string "VirtualFile","hello world"
write filemap value "VirtualFile",42
s$=read filemap string("VirtualFile")
a=read filemap value("VirtualFile")
print s$
print a
wait key
end
  See also

FILE Commands Menu
Index